home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-2 / card_21132.txt < prev    next >
Text File  |  1990-08-07  |  990b  |  42 lines

  1. -- card: 21132 from stack: in.0-2
  2. -- bmap block id: 21911
  3. -- flags: 0000
  4. -- background id: 18737
  5. -- name: WindowSizes
  6. ----- HyperTalk script -----
  7. -- This handler stores the name of the last card.
  8. on goBack
  9.   go cd "Windows" of stack "Intro to HyperCard 2.0"
  10. end goBack
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: 2000
  16. -- rect: left=217 top=217 right=260 bottom=267
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: 
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   set cursor to none
  28.   push card
  29.   go stack "‚Ä¢HC 2.0-Anim3"
  30.   doAnimate
  31.   pop card
  32. end mouseUp
  33.  
  34.  
  35.  
  36. -- part contents for background part 1
  37. ----- text -----
  38. You can make windows any size you want, as long 
  39. as your computer has enough memory to support large windows. You can decide the size of a window when you first make it, or you can change the size of the window using HyperTalk. 
  40.  
  41.  
  42.